home *** CD-ROM | disk | FTP | other *** search
/ A Field Trip to the Sky (Demo) / Mac_Sunburst_AFieldTripToTheSky-Demo.iso / DIR / GAME.DIR / 00121_Script_planet choice frame < prev    next >
Text File  |  1996-03-27  |  195b  |  14 lines

  1. global gDistCast, gWeightPos, gMagCast
  2.  
  3. on enterFrame
  4.   pause
  5.   
  6.   open window "GAME1.DIR"
  7.   set the windowType of window "GAME1.DIR" to 2
  8.   
  9. end
  10.  
  11. on exitFrame
  12.   go to the frame
  13. end
  14.